home *** CD-ROM | disk | FTP | other *** search
- TicOptionsPanel = {
- ACTIONS = {
- selectTic:;
- changeCoord:;
- doSetTicsSeries:;
- addTic:;
- deleteTics:;
- modifyTic:;
- doSetTicsType:;
- };
- OUTLETS = {
- addTicButton;
- typeMatrix;
- startField;
- deleteTicButton;
- userMatrix;
- userValueForm;
- endField;
- coordButton;
- incrementField;
- userScrollView;
- modifyTicButton;
- userTitleForm;
- seriesForm;
- };
- SUPERCLASS = OptionsPanel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- OptionsPanel = {
- ACTIONS = {
- windowDidUpdate:;
- showPanel:;
- };
- OUTLETS = {
- panel;
- status;
- };
- SUPERCLASS = Object;
- };
-